@charset "utf-8";

/* CSS Document */

.index_top {
    background-color: #5f83c9;
    line-height: 36px;
    text-align: right;
    height: 36px;
}

a.index_top_link {
    float: left;
    line-height: 36px;
    font-size: 14px;
    color: #FFF;
}

a.index_top_link img {
    margin-right: 5px;
}

.top_box {
    display: block;
    background: url(../images/first/top-bg.jpg);
    background-color: #2f5db8;
    background-position: top center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.top-icon {
    padding: 53px 0 35px;
    box-sizing: border-box;
}

.top-icon span {
    font-size: 36px;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
}

.top-icon span font {
    font-size: 16px;
    display: block;
    margin-top: 2px;
}

.top-search {
    text-align: right;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 55px;
    color: #fffefe;
}

.top-search a {
    font-size: 14px;
    color: #fffefe;
    margin-left: 18px;
}

.top-search a i {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}

.top-search div {
    border: 3px #2f5db8 solid;
    box-sizing: border-box;
    overflow: hidden;
    ;
    border-radius: 8px;
    width: 450px;
    margin: 10px 0 0 auto;
    text-align: left;
    background-color: #FFF;
}

.top-search div input {
    width: 93%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    border: 0;
    vertical-align: top;
    box-sizing: border-box;
}

.top-search div i {
    font-size: 18px;
    color: #3a549b;
    line-height: 30px;
    cursor: pointer;
}

.top-dh {
    border-top: 1px #FFF solid;
    box-sizing: border-box;
    height: 60px;
    background-color: #2f5db8;
    font-size: 0;
}

.top-dh ul li {
    width: 21.5%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.top-dh ul li:first-of-type {
    width: 14%;
}

.top-dh ul li a {
    font-size: 24px;
    display: inline-block;
    margin-top: 10px;
    line-height: 50px;
    color: #FFF;
    padding: 0 40px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: justify;
    box-sizing: border-box;
    height: 50px;
    overflow: hidden;
}

.top-dh ul li a::after {
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
}

.top-dh ul li a:hover,
.top-dh ul li a.hover {
    background-color: #FFF;
    color: #2f5db8;
}

.top-dh ul li div {
    position: absolute;
    left: 95px;
    top: 60px;
    white-space: nowrap;
    display: none;
}

.top-dh ul li:nth-of-type(2) div {
    left: -120px;
}

.top-dh ul li:nth-of-type(3) div {
    left: -80px;
}

.top-dh ul li:nth-of-type(4) div {
    left: -85px;
}

.top-dh ul li:last-of-type div {
    left: auto;
    right: 60px;
}

.top-dh ul li div a {
    font-size: 14px;
    display: inline-block;
    color: #000;
    line-height: 23px;
    word-wrap: normal;
    padding: 0 10px;
    border: 1px #fff solid;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 8px;
    margin-right: 5px;
    width: auto;
    height: auto;
}

.top-dh ul li div a:hover,
.top-dh ul li div a.hover {
    border: 1px #2f5db8 solid;
}

.top-dh ul li.hover div {
    display: block;
}

.top-dh-listbox {
    width: 100%;
    box-shadow: 0px 3px 3px #eeeeee;
    height: 42px;
    background-color: #FFF;
}

.dhtitle-fix {
    position: fixed;
    top: 0px;
    width: 100%;
    box-shadow: 0px 3px 3px #eeeeee;
    background-color: #FFF;
    z-index: 1001;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.dhtitle-fix ul {
    font-size: 0 !important;
    overflow: hidden;
}

.dhtitle-fix ul li {
    width: 20%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.dhtitle-fix ul li a {
    font-size: 24px;
    line-height: 60px;
    color: #000;
    padding: 0 40px;
    display: inline-block;
    box-sizing: border-box;
    height: 60px;
    overflow: hidden;
}

.dhtitle-fix ul li a.hover,
.dhtitle-fix ul li a:hover {
    background-color: #2f5db8;
    color: #FFF;
}

.map-con {
    display: none;
    position: absolute;
    z-index: 1005;
    width: 1200px;
    height: 0;
    overflow: hidden;
    bottom: 46px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FFF;
    border: 1px #2f5db8 solid;
    border-bottom: 0;
    box-sizing: border-box
}

.map-con iframe {
    width: 100%;
    height: 600px
}

.bottom-dh-box {
    background-color: #4e4e4e;
    line-height: 46px;
    position: relative;
    margin-top: 10px;
}

.bottom-dh-title {
    position: relative;
    font-size: 0;
    height: 46px;
}

.bottom-dh-title>div {
    width: 25%;
    display: inline-block;
}

.bottom-dh-title span {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    position: relative;
}

.bottom-dh-title span::before {
    width: 1px;
    border: 0;
    left: -1px;
    content: '|';
    position: absolute;
}

.bottom-dh-title div:last-of-type span::before {
    display: none;
}

.bottom-dh-title span i {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    vertical-align: text-top;
}

.bottom-dh-title span font {
    display: inline-block;
    height: 46px;
    cursor: pointer;
}

.bottom-dh-title>div.hover {
    background-color: #656565;
}

.bottom-dh-title>div.hover i {
    vertical-align: sub;
}

.bottom-dh-title>div.hover span::before {
    display: none;
}

.bottom-dh-title>div.hover_after span::before {
    display: none;
}

.bottom-dh-title>div:nth-child(1) div {
    left: 0;
}

.bottom-dh-title>div:nth-child(2) div {
    left: -100%;
}

.bottom-dh-title>div:nth-child(3) div {
    left: -200%;
}

.bottom-dh-title>div:nth-child(4) div {
    left: -300%;
}

.bottom-dh-content {
    background-color: #656565;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .bottom-dh-box .layui-container,
    .bottom-dh-content .layui-container {
        width: 1230px !important;
    }
}

.bottom-dh-con {
    background-color: #656565;
    line-height: 26px;
    width: 1200px;
    position: relative;
    height: 0;
    overflow: hidden;
}

.bottom-dh-con ul {
    font-size: 0;
    padding-bottom: 15px;
    padding-top: 10px;
}

.bottom-dh-con ul li {
    display: inline-block;
    text-align: center;
    margin: 0px 15px;
}

.bottom-dh-con ul li a {
    color: #FFF;
    font-size: 14px;
    font-family: "微软雅黑";
    display: block;
}

.bottom-dh-con ul hr {
    height: 0;
    background-color: transparent;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
}

.bottom-con-box {
    background-color: #2f5db8;
    display: block;
    overflow: hidden;
}

.bottom-con-box ul {
    display: block;
    margin: 42px auto;
    font-size: 0;
}

.bottom-con-box ul li {
    background-color: #3768c8;
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
    height: 145px;
    box-sizing: border-box;
}

.bottom-con-box ul li.bottom-con {
    padding: 20px 10px 15px 15px;
    font-size: 14px;
    color: #FFF;
    line-height: 36px;
    border: 1px #668bce solid;
}

.bottom-con-box ul li.bottom-con:nth-of-type(2) {
    width: 307px;
}

.bottom-con-box ul li.bottom-con:nth-of-type(3) {
    width: 166px;
}

.bottom-con-box ul li.bottom-con p a {
    color: #FFF;
}

.bottom-con-box ul li.bottom-con p a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.bottom-con-box ul li.bottom-con div a {
    font-size: 14px;
    color: #FFF;
    line-height: 36px;
    display: inline-block;
    margin: 0 11px;
    position: relative;
}

.bottom-con-box ul li.bottom-con div a:nth-of-type(1) {
    margin-left: 0;
}

.bottom-con-box ul li.bottom-con div a:nth-of-type(2) {
    margin-right: 0;
}

.bottom-con-box ul li.bottom-con div a:nth-of-type(3) {
    margin-left: 0;
}

.bottom-con-box ul li.bottom-con div a:nth-of-type(4) {
    margin-right: 0;
}

.bottom-con-box ul li.bottom-con div a::after {
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    right: -13px;
    top: 11px;
    background-color: #FFF;
}

.bottom-con-box ul li.bottom-con div a:nth-of-type(2n):after {
    display: none;
}

.bottom-con-box ul li.bottom-con div a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.bottom-con-box ul li.bottom-con div a div {
    position: absolute;
    background-color: #FFF !important;
    width: 140px;
    padding-left: 10px;
    box-sizing: border-box;
    display: none;
}

.bottom-con-box ul li.bottom-con div a div i {
    position: absolute;
    font-size: 22px;
    top: -14px;
    left: 24px;
}

.bottom-con-box ul li.bottom-con div a div ul {
    margin: 0;
}

.bottom-con-box ul li.bottom-con div a div ul li {
    height: auto;
    background-color: transparent;
    margin-right: 0;
}

.bottom-con-box ul li.bottom-con div a div ul li:last-of-type {
    display: inline-block;
    padding-top: 0;
    float: none;
    height: auto;
}

.bottom-con-box ul li.bottom-con div a div ul li a {
    color: #2f5db8;
}

.bottom-con-box ul li.bottom-con div a div ul li a:hover {
    color: rgba(47, 93, 184, 0.8);
}

.bottom-con-box ul li.bottom-pic {
    padding: 20px 11px 0;
    border: 1px #668bce solid;
    width: 125px;
    text-align: left;
}

.bottom-con-box ul li.bottom-pic div i {
    display: inline-block;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    margin-bottom: 4px;
}

.bottom-con-box ul li.bottom-pic div p {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.bottom-con-box ul li.bottom-pic div p span {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    margin-left: 8px;
    color: #FFF;
    width: 56px;
    height: 35px;
    text-align: justify;
    overflow: hidden;
}

.bottom-con-box ul li.bottom-pic div p span::after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: '';
}

.bottom-con-box ul li.bottom-pic div p img {
    display: none;
    position: absolute;
    left: 8px;
    height: 70px;
    top: 5px;
    z-index: 1;
}

.bottom-con-box ul li.bottom-pic div:last-of-type p img {
    top: auto;
    bottom: -11px;
}

.bottom-con-box ul li.bottom-pic div a:hover * {
    color: rgba(255, 255, 255, 0.8);
}

.bottom-con-box ul li.bottom-pic div p:hover img {
    display: block;
}

.bottom-con-box ul li:last-of-type {
    float: right;
    background-color: transparent;
    padding-top: 40px;
    margin-right: 0;
}

.bottom-con-box ul li:last-of-type>span:last-of-type {
    margin-left: 12px;
}

.count {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    display: block
}

.leave {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none
}

.leave-con {
    width: 750px;
    height: 340px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
}

.leave-close {
    text-align: right;
    font-size: 22px;
    color: #929292
}

.leave-close i {
    cursor: pointer
}

.leave-con h1 {
    font-size: 26px;
    line-height: 42px;
    margin-top: 28px
}

.leave-con hr {
    margin-top: 50px
}

.leave-con a {
    margin-top: 15px;
    width: 110px;
    font-size: 18px;
    color: #ad150f
}

.leave-con a:hover {
    color: #ad150f
}

.robot_fix {
    width: 80px;
    position: fixed;
    top: 390px;
    z-index: 1;
    left: calc((((100% - 1200px) / 2) - 82px));
}

.robot_fix a {
    display: block;
}

.robot_fix a img {
    display: block;
    margin: 0 auto;
}

.robot_fix a span {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 6px;
}

@media screen and (min-width: 768px) {
    .bottom-dh-con {
        width: 100%;
    }
    .top-dh ul li a {
        padding: 0 10%;
    }
    .bottom-dh-con#bottom-dh-con3 {
        height: 220px;
    }
    .bottom-con-box ul li.bottom-con:nth-of-type(1) {
        width: 34%;
    }
    .bottom-con-box ul li.bottom-con:nth-of-type(1) p {
        line-height: 25px;
    }
    .bottom-con-box ul li.bottom-con:nth-of-type(2) {
        width: 34%;
    }
    .bottom-con-box ul li.bottom-con:nth-of-type(3) {
        display: none;
    }
    .bottom-con-box ul li:nth-of-type(4) {
        display: none;
    }
    .top_con_line1 .top-icon img {
        width: 100%;
    }
    .top-search div {
        width: 90%;
    }
}

@media screen and (min-width: 992px) {
    .bottom-dh-con#bottom-dh-con3 {
        height: 220px;
    }
    .bottom-dh-con {
        width: 100%;
    }
    .top-dh ul li a {
        padding: 0 40px;
    }
    .bottom-con-box ul li.bottom-con:nth-of-type(1) {
        width: 34%;
    }
    .bottom-con-box ul li.bottom-con:nth-of-type(1) p {
        line-height: 25px;
    }
    .bottom-con-box ul li.bottom-con:nth-of-type(2) {
        width: 34%;
    }
    .bottom-con-box ul li.bottom-con:nth-of-type(3) {
        display: none;
    }
    .bottom-con-box ul li:nth-of-type(4) {
        display: none;
    }
    .top_con_line1 .top-icon img {
        width: auto;
    }
    .top-search div {
        width: 450px;
    }
}

@media screen and (min-width: 1200px) {
    .bottom-con-box .layui-container {
        width: 1230px;
    }
    .bottom-dh-con#bottom-dh-con3 {
        height: 170px;
    }
    .bottom-con-box ul li.bottom-con:nth-of-type(1) {
        width: auto;
    }
    .bottom-con-box ul li.bottom-con:nth-of-type(1) p {
        line-height: 36px;
    }
    .bottom-con-box ul li.bottom-con:nth-of-type(2) {
        width: 242px;
    }
    .bottom-con-box ul li.bottom-con:nth-of-type(3) {
        display: inline-block;
    }
    .bottom-con-box ul li:nth-of-type(4) {
        display: inline-block;
        margin-right: 0;
    }
}

@media screen and (max-width:768px) {
    .top-icon {
        padding: 35px 0 20px;
    }
    .top-icon img {
        width: 94%;
        margin: 0 auto;
        display: block;
    }
    .top-search {
        padding-top: 42px;
        padding-bottom: 0;
    }
    .top-search div {
        width: 100%;
        margin: 0;
        font-size: 0;
    }
    .top-dh ul li {
        width: 20%;
    }
    .top-dh ul li:first-of-type {
        width: 20%;
    }
    .top-dh ul li a {
        padding: 0 20px;
    }
    .top-dh ul li:nth-of-type(4) div {
        left: -145px;
    }
    .top-dh ul li:last-of-type div {
        right: -20px;
    }
    .index_top a {
        margin-left: 0;
        font-size: 14px;
    }
    .index_top a:last-of-type {
        float: right;
        display: block !important;
        color: #FFF;
    }
    .index_top a:last-of-type i {
        display: inline-block;
        margin-right: 4px;
        font-size: 18px;
        vertical-align: text-bottom;
    }
    .top_box {
        display: block;
        height: auto;
        background-size: auto 100%;
    }
    .top-icon {
        padding: 35px 0 20px;
    }
    .top-icon img {
        width: 94%;
        margin: 0 auto;
        display: block;
    }
    .top-search {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .top-search div:first-of-type {
        width: 76%;
        margin-bottom: 15px;
        display: inline-block;
        border: 0;
        border-radius: 5px;
    }
    .top-search div:first-of-type input {
        width: 90%;
        height: 30px;
        line-height: 30px;
    }
    .top-search div:first-of-type i {
        font-size: 1.125rem;
        line-height: 30px;
        width: 10%;
        margin-left: 0;
        text-align: center;
    }
    .top-search div:last-of-type {
        width: 22%;
        display: inline-block;
        vertical-align: top;
        font-size: 0.875rem;
        border: 0;
        box-sizing: border-box;
        line-height: 30px;
        background-color: #6d8cd6;
        border-radius: 5px;
    }
    .top-search div:last-of-type a {
        color: #FFF;
        text-align: center;
        display: block;
        margin-left: 0;
    }
    .top-dh {
        height: auto;
        padding-bottom: 10px;
    }
    .top-dh ul li {
        width: 20%;
    }
    .top-dh ul li:first-of-type {
        width: 20%;
    }
    .top-dh ul li a {
        padding: 0 7px;
        font-size: 1.05rem;
        line-height: 25px;
        height: 25px;
        border-radius: 8px;
    }
    .top-dh ul li.hover div {
        display: none;
    }
    .top-dh-listbox {
        display: none;
    }
    .dhtitle-fix {
        background-color: #2f5db8;
    }
    .dhtitle-fix div div {
        width: 92%;
        overflow: hidden;
        margin: 20px auto 0;
        background-color: #FFF;
        border-radius: 25px;
    }
    .dhtitle-fix div div input {
        width: 80%;
        border: 0;
        text-indent: 10px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
    }
    .dhtitle-fix div div i {
        text-align: right;
        color: #204cbb;
        width: 15%;
        display: inline-block;
        font-size: 1.4rem;
        line-height: 30px;
        margin-right: 10px;
        vertical-align: middle;
    }
    .dhtitle-fix ul li a {
        display: block;
        font-size: 1.05rem;
        color: #FFF;
        text-align: center;
        line-height: 25px;
        font-weight: bold;
        padding: 0 7px;
        height: auto;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .mobile_bottomdh ul {
        font-size: 0 !important;
    }
    .mobile_bottomdh ul li {
        display: inline-block;
        width: 50%;
        position: relative;
    }
    .mobile_bottomdh ul li span {
        text-align: center;
        font-size: 1.02rem;
        display: block;
        background-color: #4e4e4e;
        color: #FFF;
        line-height: 34px;
    }
    .mobile_bottomdh ul li span i {
        vertical-align: sub;
        display: inline-block;
        margin-left: 0;
    }
    .mobile_bottomdh ul li p {
        display: none;
        position: absolute;
        background-color: #656565;
        width: 100%;
        height: 300px;
        overflow: hidden;
        z-index: 100;
        padding: 8px 0;
        bottom: 34px;
        left: 0;
        display: none;
    }
    .mobile_bottomdh ul li p a {
        font-size: 0.875rem;
        display: block;
        line-height: 24px;
        margin-bottom: 8px;
        text-align: center;
        color: #FFF;
    }
    .mobile_bottomdh ul li p .mCSB_inside>.mCSB_container {
        margin: 0 15px 0 8px;
    }
    .bottom-con-box .layui-container {
        padding: 0 !important;
    }
    .bottom-con-box ul {
        margin: 20px auto 30px;
    }
    .bottom-con-box ul li {
        display: block;
        height: auto;
        text-align: center;
        margin: 0 auto;
        background-color: transparent;
    }
    .bottom-con-box ul li.bottom-con {
        padding: 0;
        font-size: 0.6rem;
        border: 0;
        line-height: 170%;
        width: 100%;
    }
    .bottom-con-box ul li.bottom-con:nth-of-type(2) {
        width: 100%;
    }
    .bottom-con-box ul li:last-of-type {
        display: block !important;
        position: absolute;
        height: 120px;
        top: 10px;
        padding-top: 0;
        width: 100%;
    }
    .bottom-con-box ul li:last-of-type span:first-of-type {
        width: 66px;
        display: block;
        float: left;
        margin-right: auto;
        margin-left: 0;
    }
    .bottom-con-box ul li:last-of-type span:nth-of-type(2) {
        width: 66px;
        display: block;
        margin-right: 6px;
        margin-left: auto;
    }
    .bottom-con-box ul li:last-of-type span:nth-of-type(3) {
        width: 66px;
        display: block;
        margin-right: 6px;
        margin-left: auto;
        margin-top: 50px;
    }
    .bottom-con-box ul li:last-of-type img {
        width: 100%;
    }
    .leave-con {
        width: 95%;
    }
}

.index_top.bf-mobile-larger,
.index_top.bf-mobile-bigger {
    line-height: 50px;
    height: 50px;
}

.bf-mobile-larger a.index_top_link,
.bf-mobile-bigger a.index_top_link {
    line-height: 50px;
}

.bf-mobile-larger.index_top_title div div:first-of-type,
.bf-mobile-bigger.index_top_title div div:first-of-type {
    width: calc(100% - 29%);
    line-height: 40px;
}

.bf-mobile-larger .top-search div:first-of-type,
.bf-mobile-bigger .top-search div:first-of-type {
    width: calc(100% - 29%);
    line-height: 40px !important;
}

.bf-mobile-larger.index_top_title div div:first-of-type input,
.bf-mobile-bigger.index_top_title div div:first-of-type input {
    width: 90%;
    height: 40px;
    line-height: 40px;
}

.bf-mobile-larger .top-search div:first-of-type input,
.bf-mobile-bigger .top-search div:first-of-type input {
    width: 90%;
    height: 40px !important;
    line-height: 40px !important;
}

.bf-mobile-larger.index_top_title div div:first-of-type i,
.bf-mobile-bigger.index_top_title div div:first-of-type i {
    line-height: 40px;
}

.bf-mobile-larger .top-search div:first-of-type i,
.bf-mobile-bigger .top-search div:first-of-type i {
    line-height: 40px;
}

.bf-mobile-larger .top-search div:last-of-type,
.bf-mobile-bigger .top-search div:last-of-type {
    width: 27%;
    line-height: 40px;
}

.bf-mobile-larger.index_top_title div div:last-of-type,
.bf-mobile-bigger.index_top_title div div:last-of-type {
    width: 27%;
    line-height: 40px;
}

.bf-mobile-larger #top_dh,
.bf-mobile-bigger #top_dh {
    font-size: 0 !important;
}

.bf-mobile-larger.mobile_bottomdh ul li span,
.bf-mobile-bigger.mobile_bottomdh ul li span {
    line-height: 50px;
}

.bf-mobile-larger.mobile_bottomdh ul li p,
.bf-mobile-bigger.mobile_bottomdh ul li p {
    bottom: 50px;
}

.bf-mobile-larger.mobile_bottomdh ul li p a,
.bf-mobile-bigger.mobile_bottomdh ul li p a {
    line-height: 30px;
    margin-bottom: 10px;
}

.bf-mobile-larger.bottom-con-box ul li.bottom-con,
.bf-mobile-bigger.bottom-con-box ul li.bottom-con {
    width: 90%;
}

.bf-mobile-larger.bottom-con-box ul li:last-of-type,
.bf-mobile-bigger.bottom-con-box ul li:last-of-type {
    position: relative;
    display: flex;
    display: flex !important;
    align-items: center;
}

.bf-mobile-larger.bottom-con-box ul li:last-of-type>span,
.bf-mobile-bigger.bottom-con-box ul li:last-of-type>span {
    display: inline-block;
    width: 30%;
    margin: 0;
}

.bf-mobile-larger.bottom-con-box ul li:last-of-type>span span:first-of-type,
.bf-mobile-bigger.bottom-con-box ul li:last-of-type>span span:first-of-type {
    width: 100%;
}